Build depend on unicode-data >= 9.0 and << 9.1 for tests
authorPeter Colberg <peter@colberg.org>
Sun, 17 Jul 2016 21:45:05 +0000 (17:45 -0400)
committerPeter Colberg <peter@colberg.org>
Sun, 17 Jul 2016 21:45:05 +0000 (17:45 -0400)
debian/control

index 180858060aeadf2e8555ef2d4baf1609604fadb1..e968d92e4d6d86ed15fe192544a075931cc46f6c 100644 (file)
@@ -2,7 +2,10 @@ Source: utf8proc
 Priority: optional
 Maintainer: Debian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
 Uploaders: Peter Colberg <peter@colberg.org>, Graham Inggs <ginggs@debian.org>
-Build-Depends: debhelper (>= 9), unicode-data (>= 6.1.0), perl
+Build-Depends: debhelper (>= 9),
+               perl,
+               unicode-data (<< 9.1),
+               unicode-data (>= 9.0)
 Standards-Version: 3.9.8
 Section: libs
 Homepage: http://julialang.org/utf8proc/
@@ -25,7 +28,7 @@ Package: libutf8proc-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libutf8proc2 (= ${binary:Version})
+Depends: libutf8proc2 (= ${binary:Version}), ${misc:Depends}
 Description: C library for processing UTF-8 Unicode data (development files)
  utf8proc is a small, clean C library that provides Unicode normalization,
  case-folding, and other operations for data in the UTF-8 encoding, supporting